home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / stopLite.Dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  171 b   |  10 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(#loop)
  4.   else
  5.     set the castNum of sprite 4 to the number of cast "default head"
  6.     updateStage()
  7.     wait(120)
  8.   end if
  9. end
  10.